Opened 13 years ago

Closed 12 years ago

Last modified 12 years ago

#722 closed defect (fixed)

Remove all functions with ST_ equivalents from core postgis.sql

Reported by: robe Owned by: robe
Priority: medium Milestone: PostGIS 2.0.0
Component: postgis Version: master
Keywords: Cc:

Description

The plan:

Anything that we have said is deprecated (you know all those things with deprecated in 1.2 etc. that Paul has been still using because he's too lazy to type a few extra characters) that we don't even have documented anymore that has an ST_ equivalent shall be removed from the standard install.

For old applications that still require them, we will have a postgis_legacy.sql file with them in it.

If objections, speak now or forever hold your peace.

Change History (6)

comment:1 by pramsey, 13 years ago

Remember to add any function you remove to the postgis_drop.sql.in.c file.

comment:2 by pramsey, 13 years ago

Also be careful, in that there are two parallel things happening with ST_ functions. This ticket and also this one (#302) which is trying to make sure that cast functions look like desiredtype(oldtype) and the in/out functions look like type_in(cstring) type_out(type). (ie, we are removing st_, not adding, in those cases).

comment:3 by robe, 12 years ago

Resolution: fixed
Status: newclosed

this is done enough.

comment:4 by robe, 12 years ago

r8636 removed SetSRID (okay I missed some spots)

comment:5 by robe, 12 years ago

r8644 remove GeomFromWKB, GeomFromText

comment:6 by robe, 12 years ago

also removed GeometryFromText

Note: See TracTickets for help on using tickets.